public interface CiscoMediaConnectionMode
CiscoMediaConnectionMode
interface lists all of the media
connection modes.Modifier and Type | Field and Description |
---|---|
static int |
NONE
There is no active transmit or receive channel.
|
static int |
RECEIVE_ONLY
Only the receive channel is active.
|
static int |
TRANSMIT_AND_RECEIVE
Both the transmit and the receive channels are active.
|
static int |
TRANSMIT_ONLY
Only the transmit channel is active.
|
static final int NONE
static final int RECEIVE_ONLY
static final int TRANSMIT_ONLY
static final int TRANSMIT_AND_RECEIVE